From 3741a3bfbe06291abc34cbe25e87315aa667a4e4 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 27 May 2013 18:25:57 +0800 Subject: [PATCH] Update Visual Studio 2010 projects Add a PlatformToolset tag for each configuration for project files that do not yet have them. This is to ease support for Visual Studio 2012 as we can copy and easily replace a few items with automated scripts as project files for Visual Studio 2010 and 2012 are very similar. This might change when we eventually support the Metro (aka Windows 8 Modern UI), but this will suffice for the time being. --- build/win32/vs10/gengir.vcxproj | 4 ++++ build/win32/vs10/gtk3-demo-application.vcxproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build/win32/vs10/gengir.vcxproj b/build/win32/vs10/gengir.vcxproj index 3d94c27fa5..b62124bf2d 100644 --- a/build/win32/vs10/gengir.vcxproj +++ b/build/win32/vs10/gengir.vcxproj @@ -28,19 +28,23 @@ Utility MultiByte true + v100 Utility MultiByte + v100 Utility MultiByte true + v100 Utility MultiByte + v100 diff --git a/build/win32/vs10/gtk3-demo-application.vcxproj b/build/win32/vs10/gtk3-demo-application.vcxproj index c48d14b462..3d69be4910 100644 --- a/build/win32/vs10/gtk3-demo-application.vcxproj +++ b/build/win32/vs10/gtk3-demo-application.vcxproj @@ -28,19 +28,23 @@ Application MultiByte false + v100 Application MultiByte + v100 Application MultiByte false + v100 Application MultiByte + v100 -- 2.30.2